|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.common.services.Controller
public class Controller
An implementation of controller that enqueues commands with a command queue.
| Constructor Summary | |
|---|---|
Controller(ICommandProcessor commandProcessor,
IVariableRegistry variableRegistry,
IScriptingService scriptingService)
Creates a new Controller. |
|
| Method Summary | |
|---|---|
IExitDispatcher |
createExit(ExitConfiguration configuration,
AssignmentConfiguration[] assignments)
Creates an exit dispatcher for the specified configuration. |
IForwardDispatcher |
createForward(DispatchConfiguration configuration)
Creates a forward dispatcher for the specified configuration. |
IIncludeDispatcher |
createInclude(DispatchConfiguration configuration)
Creates an include dispatcher for the specified configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Controller(ICommandProcessor commandProcessor,
IVariableRegistry variableRegistry,
IScriptingService scriptingService)
commandProcessor - The queue to add commands to.brandSelection - The currently selected brand.variableRegistry - The variable registry.scriptingService - The scripting service| Method Detail |
|---|
public IForwardDispatcher createForward(DispatchConfiguration configuration)
IController
createForward in interface IControllerconfiguration - The configuration to apply to the dispatcher.
public IExitDispatcher createExit(ExitConfiguration configuration,
AssignmentConfiguration[] assignments)
IController
createExit in interface IControllerconfiguration - The configuration to apply to the dispatcher.assignments - TODO
public IIncludeDispatcher createInclude(DispatchConfiguration configuration)
IController
createInclude in interface IControllerconfiguration - The configuration to apply to the dispatcher.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||